Keysight VISA.NET Help
IOTimeoutException Constructor(Int64,Byte[])



The actual number of elements read or written before the timeout occurred. A value of -1 indicates that the actual number could not be determined.
The actual bytes read or written before the timeout occurred. If the actual number of elements read could not be determined, the array is empty.
Initializes a new instance of the IOTimeoutException class with the specified value for the actual number of elements read or written.
Syntax
'Declaration
 
Public Function New( _
   ByVal actualCount As Long, _
   ByVal actualData() As Byte _
)
'Usage
 
Dim actualCount As Long
Dim actualData() As Byte
 
Dim instance As New IOTimeoutException(actualCount, actualData)
public IOTimeoutException( 
   long actualCount,
   byte[] actualData
)
public:
IOTimeoutException( 
   int64 actualCount,
   array<byte>^ actualData
)

Parameters

actualCount
The actual number of elements read or written before the timeout occurred. A value of -1 indicates that the actual number could not be determined.
actualData
The actual bytes read or written before the timeout occurred. If the actual number of elements read could not be determined, the array is empty.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025